﻿@charset "utf-8";

*{ padding:0px; margin:0px;}
li{list-style:none;}
img{border:none;border:0;}
a{text-decoration:none;color:#000;}
a:hover{color:#f00;}
a:focus {outline:0; } 
html{font:normal 14px/1.5 "microsoft yahei",tahoma,arial,sans-serif;background:#fff;}
body{background:#fff;}
input,input:focus{outline:none;text-indent:5px}
h1{ font-size:20px}
h2{ font-size:18px}
h3{ font-size:16px}
h4{ font-size:14px}
/*通用调用*/
.w1200{width:1200px;height:auto;margin:0 auto;overflow:hidden;}

.fl{float:left;}
.fr{float:right;}
/*首页顶*/
.header{height:42px; background-color: #f7f6f6; position: relative;}
.header span{color:#888888; line-height: 42px;}
.header .header_b{color:#888888; line-height: 42px;}
.header .header_b span{ margin-right:10px;color:#888888;}
.header .header_b a{ margin: auto 5px; color:#888888;}
.header .header_b .a.one{ background: url(../images/header1.png)no-repeat; width: 12px; height: 12px; background-position: top; float: left; margin-top: 15px;}
.header .header_b .a.two{background: url(../images/header2.png)no-repeat; width: 16px; height: 12px; background-position: top; float: left; margin-top: 15px;}
.header .header_b .a.three{background: url(../images/header3.png)no-repeat; width: 8px; height: 12px; background-position: top; float: left; margin-top: 15px;}
.header .header_b .a.four{background: url(../images/header4.png)no-repeat; width: 13px; height: 12px; background-position: top; float: left; margin-top: 15px;}
.header .header_b a:hover .a{background-position: bottom;}
.header .header_b a:hover{ color:#f39700;}
.header .header_b a:hover img{opacity:1;z-index: 5;}
.weixin .ewm_code{ margin-left: -15px;}
.shouji .ewm_code{ margin-left: -10px;}
.ewm_code{width:90px;height:90px;position:absolute;top:42px;display:none;z-index:999;}

.top{ height:126px;}
.top a img{margin-top:10px;}
.top_a{ height:46px; margin-top: 45px; border-left: 1px solid #e3e3e3;float: left; margin-left: 20px; padding-left: 20px;}
.top_a span{ display:block; line-height: 23px;}
.top_a span.a{ font-size:20px; font-weight: 600;color: #333333;}
.top_a span.b{ color:#555555; font-size:16px;}
.top_b{ height:70px; margin-top: 31px; float: right; position: relative;}
.top_b img{margin-right: 8px;}
.top_b span.a{ font-size:28px; font-weight: 600;color: #444444;}
.top_b span.b{ font-size:40px; font-weight: 600;color: #f39700;font-family: Arial; }
.top_b span.c{ position:absolute; left: 85px;color: #444444; top:3px; font-size:16px;font-family: Arial;}
/*头部导航*/
.navBar{  background:#004785; z-index:1;   color:#fff; height:60px; line-height:60px;   position:relative;}
.navBar .nav{ overflow: visible;}
.navBar .nav .m{ float:left; width:150px;   }
.navBar .nav .m_a{  zoom:1;  height:60px; line-height:60px;  display:block; color:#fff; width: 150px; font-size: 16px; transition-duration: .3s;-webkit-transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-ms-transition-duration: .3s;text-align:center; }
.navBar .nav .on .m_a{ background:#f39700}
.navBar .nav #m3 .sub{ z-index:1; width:100%; display:none;  position:absolute; left:0px; top:60px;  background:#2470b2;  float:left; color: #FFFFFF;  opacity:.97; padding-bottom:30px;}
.navBar .nav #m3 .sub .z .left{ width:380px; height: auto; margin-top: 40px; float: left;}
.navBar .nav #m3 .sub .z .left .title{font-size: 28px; display: block; width: 380px;  float: left; height: 28px; line-height: 28px; margin-bottom: 20px;}
.navBar .nav #m3 .sub .z .left .font p{ line-height:200%; color: #deebf6;}
.navBar .nav #m3 .sub .z .left a{ border:1px solid  rgba(255,255,255,.34); display: block; float: left; margin-bottom: 45px; width: 130px; height: 40px; line-height: 41px; color: #FFFFFF; margin-top: 20px; text-align: center; transition: .3s;}
.navBar .nav #m3 .sub .z .left a:hover{ background-color: rgba(255,255,255,.97); color:rgba(36,112,178,.97); }
.navBar .nav #m3 .sub .z ul{ float:left; width: 310px; height: auto; margin-top: 40px; margin-left: 100px;}
.navBar .nav #m3 .sub .z ul li{width:155px;  float: left; overflow: hidden; height: 40px; line-height: 40px;}
.navBar .nav #m3 .sub .z ul li a{ display:block; width: 155px; height:40px; font-size: 16px; color: #FFFFFF; transition: .3s;}
.navBar .nav #m3 .sub .z ul li a:hover{margin-left:5px;color:#f39700;}
.navBar .nav #m3 .sub .z ul li a span{ margin-right:15px;}
.navBar .nav #m3 .sub .z img{ margin-top: 40px;}


/*轮播图*/




.c-banner{
	position: relative;
}
.c-banner img{
    width:100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}




/*热销产品2*/
.main3 {
    width: 100%;
    overflow: hidden;
    padding:50px 0 10px 0;
}
.index-product {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.allmain-left{float: left;overflow: hidden;width:250px;}
.allmain-left-title{width:250px;height:80px;background: #005da9;line-height:80px;font-size:28px;color:#ffffff;}
.allmain-left-title p{padding-left:20px;}
.allmain-left-title span{font-size: 16px;color:#5dafe3;text-transform: uppercase;margin-left:6px;}
.allmain-left-rx{overflow: hidden;}





.sideMenu{overflow: hidden;margin-top:3px;width:250px;background: #ffffff; }
.sideMenu ul{overflow: hidden;padding:6px 20px 10px 20px; background:#eeeeee; margin-bottom:3px;}
.sideMenu h3{display: block;width:250px;height:50px;cursor:pointer;line-height:50px;font-size:22px; text-align:center;color:#ffffff;background: #005da9; margin-bottom:3px;}
.sideMenu h3 a{ color:#fff;}
.sideMenu h4{display: block;width:250px;height:40px;cursor:pointer;line-height:40px;font-size:18px; text-align:center;color:#ffffff;background: #005da9; margin-bottom:3px;}
.sideMenu h4 a{ color:#fff;}
.product-nav-secondary{padding:10px 20px;}
.sideMenu ul li a{display: block;background:url(../images/pro_right.jpg) center right no-repeat;font-size:16px;color:#000;border-bottom:1px dashed #82acd5;padding:7px 2px; text-align:center;}
.sideMenu ul li a:hover{background:url(../images/pro_right.jpg) center right no-repeat;color:#1c9ddf;font-weight: bold;}
.main3-product-nav ul li{margin-bottom:6px;}
.sideMenu .on{background: #3376ac;}
.sideMenu ul li:first-child a{padding-top:0;}





.sideMenusy{overflow: hidden;margin-top:5px;width:250px;background: #ffffff; }
.sideMenusy ul{overflow: hidden;padding:10px 20px 10px 20px; background:#eeeeee; margin-bottom:3px;}
.sideMenusy h3{display: block;width:250px;height:50px;cursor:pointer;line-height:50px;font-size:22px; text-align:center;color:#ffffff;background: #005da9; margin-bottom:3px;}
.sideMenusy h3 a{ color:#fff;}
.sideMenusy h4{display: block;width:250px;height:56px;cursor:pointer;line-height:56px;font-size:18px; text-align:center;color:#ffffff;background: #005da9; margin-bottom:3px;}
.sideMenusy h4 a{ color:#fff;}
.sideMenusy ul li a{display: block;background:url(../images/pro_right.jpg) center right no-repeat;font-size:16px;color:#000;border-bottom:1px dashed #82acd5;padding:18px 2px;text-align:center;}
.sideMenusy ul li a:hover{background:url(../images/pro_right.jpg) center right no-repeat;color:#1c9ddf;font-weight: bold;}
.sideMenusy .on{background: #3376ac;}
.sideMenusy ul li:first-child a{padding-top:0;}
.sideMenusy a.onelist-avtive {color: #0879c3; font-weight:bold;}





fieldset, img {border: 0;}

.allmain-right{float: right;overflow: hidden;padding: 0 0px;width:930px;background: #ffffff;}
.allmain-right-title{margin:0 auto;height:60px;overflow:hidden;background: #ffffff;border-bottom: 1px solid #d2d2d2;max-width: 960px;}
.allmain-right-tname{float: left;line-height: 57px;font-size: 16px;color:#0879c3;font-weight: bold;border-bottom: 3px solid #1c9ddf;}
.allmain-right-location{float: right;line-height: 75px;font-size: 12px;font-family: "宋体";color:#999999;}
.allmain-right-location a{font-size: 12px;font-family: "宋体";color:#999999;}
.allmain-right-location span{color:#666666;}
.nymain2 .allmain-right-title{border-top:1px solid #dddddd;border-left:1px solid #dddddd;border-right:1px solid #dddddd;border-bottom: 3px solid #1c9ddf;padding:0 20px;}
.nymain2 .allmain-right-tname{border-bottom:0;line-height: 65px;}


.main3-right-title{padding:14px 0;border-bottom: 1px solid #dadada;overflow: hidden;}
.main3-right-title :first-child img{float: left;}
.main3-right-mores{font-size: 12px;color:#666666;font-family: "宋体";float: right;margin-top:10px;}
.main3-right-mores img{margin-left:9px;}
.main3-right-mores:hover{color:#0879c3}
.main3-right-pro{position:relative;overflow: hidden;}
.main3-right-pro .mr_frBtnL{display:none;cursor:pointer;top:50%;left:0;width:28px;height:28px;margin-top:-4px;position:absolute; z-index:999;background: url(../images/left.png) no-repeat center center;}
.main3-right-pro .mr_frBtnR{display:none;cursor:pointer;top:50%;right:0;width:28px;height:28px;margin-top:-4px;position:absolute;z-index:999;background: url(../images/right.png) no-repeat center center;}
.main3-right-pro .mr_frUl{float:left;overflow:hidden; width:930px; height:864px;}
.main3-right-pro .mr_frUl ul li{cursor:pointer;display:inline;float:left;width:225px;margin:0 10px 0 0;overflow:hidden;position:relative;}
.main3-right-pro .mr_frUl ul li a{display: block;background:#ffffff;}
.main3-pro-text{line-height: 49px;text-align: center;color:#666666;font-size: 16px;border-top:1px solid #e9e9e9;}
.main3-pro-imgs{height:238px;}
.main3-pro-imgs img{display: block;margin:0 auto;}
.main3-right-pro:hover .mr_frBtnL,.main3-right-pro:hover .mr_frBtnR{display: block;}
.main3-right-pro .mr_frBtnL:hover{background: url(../images/left2.png) no-repeat center center;}
.main3-right-pro .mr_frBtnR:hover{background: url(../images/right2.png) no-repeat center center;}
.main3-right-pro .mr_frUl ul li:hover .main3-pro-imgs{/*box-shadow:#bbbbbb 0 0 16px;*/}








/*热销产品*/
.hot_back{ background-color: #f9f9f9; position: absolute; width: 100%; height: 69px;}
.hot{ width: 1200px; z-index:999; transform: translateY(-11px);-moz-transform: translateY(-11px);-webkit-transform: translateY(-11px);-o-transform: translateY(-11px);-ms-transform: translateY(-11px);}
.hot .left{ height:354px; width:184px ;background: url(../images/hot_img.png) no-repeat; padding-top: 50px; color: #FFFFFF; text-align: center; float: left;}
.hot .left .title{ color:#ffffff; margin-left: -5px;}
.hot .left .title .a{ font-size:40px; display: block; line-height: 40px;}
.hot .left .title .b{ font-size:20px;display: block; line-height: 20px;}
.hot .left .x{ height:1px; width:60px;  background-color: #2776bb;display: block; margin: 20px auto; margin-left:56px;}
.hot .left .tel{ line-height: 28px; margin-left: -5px;}
.hot .left .tel .b{ font-size:16px;}
.hot .left a{display:block; width: 89px; height: 36px; line-height: 32px;  margin-top: 40px;  margin-left:42px;  color: #FFFFFF; background: url(../images/hot1.png); transition: .3s;}
.hot .left a:hover{ opacity:.8}
.hot .right{width:1200px; float: right;}
.hot .right .top{ height:69px; margin-top: 11px;}
.hot .right .top .a{ overflow: hidden; line-height: 69px;}
.hot .right .top .a span{color:#666666; margin-right: 22px;}
.hot .right .top .a a{color:#888888; margin-right: 22px; transition: .3s;} 
.hot .right .top .a a:hover{color:#00549d;} 
.hot .right .top .b{ width:280px; height: 30px; border: 5px solid #e7e7e7; margin-top: 20px; border-radius: 20px; background-color: #FFFFFF;}
.hot .right .top .b:hover{border-color:#D7D5D5;}
.hot .right .top .b input.frame{  width:175px; margin-left:20px; color:#c9c9c9; border: none;}
.hot .right .top .b .btn{ width:50px; height: 30px; border-radius: 0px 20px 20px 0px;    background: #004785 url(../images/search.png) no-repeat 10px; cursor:pointer;}
.hot .right .top .b span img{ margin-left:17px; margin-top: 6px;}
.hot .right .top .b span:hover{ cursor:pointer;}
.hot .right .hot_down{height: 240px;width:1200px;overflow:hidden; margin-top: 34px;}
.hot .right .hot_down .bd{ overflow:hidden;width:1120px; height: 240px; margin-left:22px; float: left;}
.hot .right .hot_down .bd ul{overflow:hidden; zoom:1;}
.hot .right .hot_down .bd ul li{ width:266px; height:240px; text-align: center; float:left; overflow:hidden;  margin-left: 10px; margin-right: 10px;}
.hot .right .hot_down .bd ul li a .pic{width:260px; height:176px; overflow: hidden;position: relative;}
.hot .right .hot_down .bd ul li a .pic img{width:100%; height:100%;object-fit: cover;}

.hot .right .hot_down .bd ul img{display:block; }
.hot .right .hot_down .bd ul li .title{color:#333333; height:45px; line-height:45px; background-color: #FFFFFF;  transition: .3s;width:260px;display: block;}
.hot .right .hot_down .bd ul li a {display: block; width:260px; height:225px;transition: .3s;}
.hot .right .hot_down .bd ul li a{border: 1px solid #e9e9e9;}


.hot .right .hot_down .prev{ display:block; width:17px; height:35px; background:url( ../images/hot_left.png) no-repeat; background-position:top; float: left; margin-top: 71px;}
.hot .right .hot_down .next{ display:block;width:17px; height:35px; background:url( ../images/hot_right.png) no-repeat;     background-position:top; float: left;  margin-left: 22px; margin-top: 71px;}
.hot .right .hot_down .prev:hover{ background-position:bottom; }
.hot .right .hot_down .next:hover{ background-position:bottom; }

/*首页产品中心*/
.pro_center{ margin-top:50px;}
.home_title{ height:75px; text-align: center;}
.home_title .a{font-size:44px; color: #00549d; background: url(../images/title_ico.png) no-repeat center; line-height: 44px; font-weight: 600;}
.home_title .b{font-size:16px; margin-top: 15px; color: #666666; line-height: 16px;letter-spacing:15px;}
.Box{ width:1200px; height:811px; margin-top: 50px;}
.Box .hd{ height:86px; line-height:72px; width:1230; position: relative; }
.Box .hd ul{  height:86px; width: 1230px; z-index: 1000;   }
.Box .hd ul li .a{font-size: 32px; color: #6b6b6b;   }
.Box .hd ul li .b{font-size: 16px; color: #FFFFFF;   }
.Box .hd ul li{ float:left;width:216px; height: 86px; margin-right: 30px;text-align: center; line-height: 72px;  position: relative;z-index: 5; background: url(../images/pro_ico.png) no-repeat; }
.Box .hd ul li.on{ color: #FFFFFF; cursor: pointer; background: url(../images/pro_ico_h.png) ;}
.Box .hd ul li.on .a{ color: #81bff6;}
.Box .worth_pic{ position: relative;height:680px; margin-top: 50px;}
.Box .worth_pic ul{ height:1230px; width:1300px;}
.Box .worth_pic ul li{ width:380px; height: 322px; margin-right: 30px;  float:left;background: url(../images/pro_img.png); margin-bottom: 30px;}
.Box .worth_pic ul li .pic{width:368px; height:245px; overflow: hidden;position: relative; margin-left: 6px; margin-top: 6px;}
.Box .worth_pic ul li .pic .hover{ background: rgba(0,0,0,.2); position: absolute; width: 368px; height:225px; top: -225px; transition: .3s;}
.Box .worth_pic ul li .title{ margin-left: 6px; width: 369px; color:#333333; height: 65px; line-height: 65px; background-color: #FFFFFF;  transition: .3s;text-align: center;}
.Box .worth_pic ul li .pic .hover img{ margin: 85px 156px;}
.Box .worth_pic ul li a {display: block; width:380px; height:322px;transition: .3s;}
.Box .worth_pic ul li a:hover .title{color: #00549d; transform:translateY(-20px);-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-o-transform:translateY(-20px);-ms-transform:translateY(-20px);  line-height: 85px; text-align: center;}
.Box .worth_pic ul li a:hover .pic .pro_img{transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);}
.Box .worth_pic ul li a:hover .hover{ display: block; top:0px; z-index: 5;}
.Box .worth_pic ul li a .pic .pro_img{ width: 368px; display:block; }
.home_more{ display: block;width: 156px; height: 51px; padding-left: 40px; margin-top:30px; color: #FFFFFF; margin-left: 512px; background-color: #f39700; }
.home_more .a{line-height: 51px; color: #FFFFFF; width: 86px; display: block; float: left;}
.home_more .b{ background: url(../images/home_more.png) no-repeat; width: 70px; height: 51px;  display: block;float: right; transition: .3s;}
.home_more .b img{ margin-top: 16px; margin-left: 30px;}
.home_more:hover .b{background: url(../images/home_more.png) no-repeat 70px; }


/*首页广告*/
.guangg{ width:100%; margin:30px 0 0 0;}
.guangg img{ width:100%;}
/*四大优势*/
.feitian{ background-color:#ffffff;  width: 100%;}
.feitian .title{ height:170px; color:#014785; text-align: center; margin-top: 65px; position:relative;}
.feitian .title .a{font-size:30px; line-height:50px; font-weight: 600; position:absolute; left:57%; top:20%; color:#fa8526;}
.feitian .title .d{font-size:20px; line-height:20px; font-weight: 600; position:absolute; left:57%; top:4%; color:#fa8526;}
.feitian .title .b{font-size:66px; line-height:86px; margin-left: 5px; font-weight: 600; position:absolute; left:38%; top:-5px; color:#005da9;}
.feitian .title .f{font-size:15px; line-height:18px; margin-left: 5px; font-weight: 600; position:absolute; left:34%; top:55%; color:#005da9;}
.feitian .title .c{ background:url(../images/feitian12.png) no-repeat; width: 870px; height: 46px; margin-top: 10px; margin-left:16%;
 font-size: 20px; color: #FFFFFF; line-height: 46px; text-align: center; letter-spacing:15px; z-index: 3; position:absolute; top:70%;}
  .feitian .title .e{font-size:100px; line-height:94px; font-weight: 600; position:absolute; left:30%;}
 .feitian .title .e b{ font-style:italic; color:#005da9;}
.feitian .one{ height:490px; margin-top: 50px; width: 1185px; padding-right: 15px;border-bottom:1px dashed #c1ddf3;}
.feitian .one .font{ margin-top:65px; }
.feitian .two{ height:430px; width: 1200px; margin-top: 40px;border-bottom:1px dashed #c1ddf3;}
.feitian .two .font{ margin-top:30px; }
.feitian .three{ height:438px;  width: 1185px; padding-right: 15px; margin-top: 20px;}
.feitian .three .font{ margin-top:120px; }
.feitian .four{ height:442px;  width: 1200px; margin-top: 10px;}
.feitian .four .font{ margin-top:85px; }

.feitian .font{width:570px; height: 300px;}
.feitian .font .left{ width:71px; background: url(../images/fei13.png) no-repeat; font-size: 35px; color: #FFFFFF; height: 300px; float: left; line-height:95px; text-align: center;}
.feitian .font .right{ height:300px; width: 479px; float: left; margin-left: 20px;}
.feitian .font .right .a{font-size:32px; color: #333333; font-weight: 600; line-height: 40px;}
.feitian .font .right .b{font-size:23px; color: #0f518c;font-weight: 600; line-height: 30px; margin-top: 16px;}
.feitian .font .right .c{ margin-top: 40px;}
.feitian .font .right .c p{font-size:16px; color: #666666; line-height: 200%;}
.feitian .font .right .c p span{color: #f39700;}
.feitian .font .right .c p img{ margin-right:10px;}
/*关于我们*/
.w1200gywm{height:auto;margin:0 auto;overflow:hidden; margin-bottom:50px;}
.about_us{background: url(../images/us_back.jpg) no-repeat center center;}
.about_us .home_title{ margin-top:65px;}
.about_us .bgbgss{ width:100%; height:835px; }
.about_us .center{ height:840px;width:1200px; margin:0 auto;  margin-top: 50px; position: relative; overflow:hidden;}
.about_us .center img{top:55px;z-index: 2; width:100%;}
.about_us .center .right{ width:820px; height:310px; background-color: #014785; margin-left:50px;}
.about_us .center .right .title{ font-size:20px; color: #FFFFFF; margin-left:80px; line-height: 20px; margin-top:3px; padding-top:15px;}
.about_us .center .right span{ display: block; margin-top: 20px; height:2px; width:90px; background-color: #f39700; margin-left:80px;}
.about_us .center .right .font{color:#f3f8fb; line-height: 28px; width:700px; margin-left:80px; margin-top: 30px;}
.about_us .center .right a{ display:block; height: 50px; width: 140px; border: 1px solid #FFFFFF; margin-left:80px; margin-top:20px; text-align: center; line-height:50px; color: #FFFFFF; transition: .3s;}
.about_us .center .right a:hover{color: #014785; background-color:#FFFFFF;  }
.us_pic{ width:1200px; height:212px;margin:0 auto;}
.us_ul{ z-index: 1000; position: absolute; right:-0.7%; top:57%;line-height:52px; width:338px; }
.us_ul li{width:117px; height: 59px; margin-right: 60px;text-align: center; line-height: 52px;  position: relative;z-index: 5; background:#f39800;color: #FFFFFF; margin-bottom:35px;}
.us_ul li.on{ color: #FFFFFF; cursor: pointer; background:#005da9;}
.bgbgxiane{ background:url(../images/xian.jpg) no-repeat;}
.bbgbdic{ width:1200px; margin:0 auto; position:relative;}

.us_down{height: 212px;width:1200px;overflow:hidden;}
.us_down .bd{ width:1150px; float: left; margin-left: 8px;}
.us_down .down_ul{ overflow:hidden;width:1150px; height: 216px; margin-left:8px; float: left;}
.us_down .down_ul{overflow:hidden; zoom:1;}
.us_down .down_ul li{ width:265px; height:216px; text-align: center; float:left; overflow:hidden;  margin-left: 10px; margin-right: 10px;}
.us_down .down_ul li a .pic{width:265px; height:166px; overflow: hidden;position: relative;}
.us_down .down_ul li .pic .hover{ background: rgba(0,0,0,.2); position: absolute; width: 265px; height:146px; top: -146px; transition: .3s;}
.us_down .down_ul li .pic .hover img{ margin: 50px auto;}
.us_down .down_ul img{display:block; width:100%; height:100%; object-fit: cover;}
.us_down .down_ul li .title{color:#333333; height: 46px; line-height: 46px; background-color: #f0f0f0;  transition: .3s; }
.us_down .down_ul li a{display: block; width:265px; height:212px;transition: .3s;background-color: #f0f0f0;}
.us_down .down_ul li a:hover .title{color: #00549d;transform:translateY(-20px);-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-o-transform:translateY(-20px);-ms-transform:translateY(-20px); line-height: 66px;}
.us_down .down_ul li a:hover .pic img{transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);}
.us_down .down_ul li a:hover .hover{ display: block; top:0px; z-index: 5;}
.us_down .prev{ display:block; width:17px; height:35px; background:url( ../images/hot_left.png) no-repeat; background-position:top; float: left; margin-top: 88px; float: left;}
.us_down .next{ display:block;width:17px; height:35px; background:url( ../images/hot_right.png) no-repeat;     background-position:top; float: left; margin-top: 88px; float: right;}
.us_down .prev:hover{ background-position:bottom; }
.us_down .next:hover{ background-position:bottom; }
/*成功案例*/
.case{ height:700px;}
.case .case_z{overflow:visible; padding-top: 80px;}
.case .home_title .a{ color: #00549d;}
.case .home_title .b{ color: #666666;}
.case .case_banner{ margin-top:40px;height:490px;}
.case .case_banner .bd{  height:450px;}
.case .case_banner .case_ul{height:450px; width: 1245px; overflow: visible !important;}
.case .case_banner .case_li{height:450px; width: 1245px; padding-top: 10px;}
.case .case_banner .case_li ul li{ margin-right: 45px; float: left;width: 370px; height: 440px; transition: .3s;}
.case .case_banner .case_li ul li a{ display:block; width: 370px; height: 440px; background-color: #FFFFFF; transition: .3s; }
.case .case_banner .case_li ul li a .pic{width: 330px; height:220px; margin-left:20px; padding-top: 20px;}
.case .case_banner .case_li ul li a .pro_img{ position: relative;}
.case .case_banner .case_li ul li a .hover{ background: rgba(0,0,0,.2); position: absolute; width: 330px; height:220px; top: -240px; transition: .3s; margin-top: 20px; opacity: 0;}
.case .case_banner .case_li ul li a .hover img{ margin:82px  142px;}
.case .case_banner .case_li ul li a .title{ text-align:center; color: #333333; margin-top: 40px;}
.case .case_banner .case_li ul li a .title span{ font-size:16px; font-weight: 600;}
.case .case_banner .case_li ul li a .title div{ font-size:14px;}
.case .case_banner .case_li ul li:hover { box-shadow:4px 4px 10px rgba(127,127,127,.2); transform:translateY(-8px);-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-o-transform:translateY(-8px);-ms-transform:translateY(-8px);}
.case .case_banner .case_li ul li:hover .hover{display: block; top:0px; z-index: 5; opacity: 1;}
.case .case_banner .case_li ul li:hover .title span{color:#014785;}
.case .case_banner .hd{ width:330px; height: 4px; margin-left: 450px; margin-top: 66px; }
.case .case_banner .hd ul li{ background-color:#e1e1e1; height: 4px; width: 80px; margin-right: 30px; float: left;}
.case .case_banner .hd ul li.on{background-color:#014785;}
.case .case_banner .hd ul li:hover{cursor:pointer;}


#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto; margin-top:40px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 400px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block; width:520px; height:310px;object-fit: cover;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}








/*.case .case_banner .bd .tempWrap{overflow: visible !important;}*/
/*新闻资讯*/
.news{ background: url(../images/news_back.png) no-repeat center center; height: 728px; width: 100%; margin-top: 60px;}
.news .news_left{ float:left; height: 540px; width:780px; background-color: #f7f7f7; margin-top:60px; margin-right: 30px;}
.news .news_left .hd{ height:68px;}
.news .news_left .hd .one,.news .news_left .hd .two{font-size:16px; color:#666666; display: block; float: left; width: 145px; height: 68px; line-height: 68px; text-align: center; transition: .3s;}
.news .news_left .hd .three:hover{color: #00549d;}
.news .news_left .hd ul li a.on{ color:#FFFFFF;  background-color: #00549d;}
.news .news_left .hd .three{font-size:14px; color:#666666; display: block; float: right; width: 100px; height: 68px; line-height: 68px; text-align: center;}
.news .news_left .news_font{height:474px; width:780px; }
.news .news_left .news_font .pic{ height:153px; width:740px; margin-left: 20px; margin-top: 20px;}
.news .news_left .news_font .pic img{ float:left; margin-right: 30px;}
.news .news_left .news_font .pic .top{ font-size:16px; color:#666666;  line-height: 60px; height: 60px; }
.news .news_left .news_font .pic span{ display:block; font-size: 14px; color: #999999; line-height: 14px; height: 14px;}
.news .news_left .news_font .pic .down{height:64px; line-height: 32px; font-size: 14px; color: #666666; width: 710px; margin-top: 15px; }
.news .news_left .news_font .pic .down a{color:#0154bc;}
.news .news_left .news_font .pic .down a:hover{ color:#f39700}
.news .news_left .news_font ul { height:200px; width:740px; margin-left: 20px; margin-top: 45px; }
.news .news_left .news_font ul li{ width:740px; height:49px; border-bottom: 1px dashed #e1e1e1;  transition: .3s;}
.news .news_left .news_font ul li a{ display:block; width: 100%; height: 100%; line-height: 49px; font-size: 16px;}
.news .news_left .news_font ul li a .l{ float:left; color:#666666; max-height: 580px; overflow: hidden;background: url(../images/news_ico.png) no-repeat 0px center; padding-left: 10px; transition: .3s;}
.news .news_left .news_font ul li a .r{ float:right; color: #adadad;}
.news .news_left .news_font ul li a:hover .l{ color: #00549d;}
.news .news_left .news_font ul li:hover .l{ margin-left:5px;}
.news .news_right{ height:540px; width: 390px; float: left; background-color: #f7f7f7; margin-top:60px;}
.news .news_right .title{ height:68px;}
.news .news_right .title .one{font-size:16px; color:#666666; display: block; float: left; width: 145px; height: 68px; line-height: 68px; text-align: center;}
.news .news_right .title .on{ color:#FFFFFF;  background-color: #00549d;}
.news .news_right .title .three{font-size:14px; color:#666666; display: block; float: right; width: 100px; height: 68px; line-height: 68px; text-align: center;}
.news .news_right .title .three:hover{color: #00549d;}
.news .news_right .bd{margin-left: 20px; margin-top: 20px; }
.news .news_right ul{ height:405px; width: 350px; }
.news .news_right ul li{ height:109px;border-bottom: 1px dashed #e1e1e1; padding-top: 25px;}
.news .news_right ul li  p{ font-size:16px; color: #00549d;  height: 24px;}
.news .news_right ul li  p img{ float:left; margin-right: 5px;}
.news .news_right ul li  p span{ line-height: 24px;}
.news .news_right ul li .down{ height:56px; line-height: 28px; margin-top: 15px;}
.news .news_right ul li .down .a{ width:24px; height: 56px; float: left; margin-right: 5px; margin-top: 16px;}
.news .news_right ul li .down .b{width:320px; height: 56px; float: left; color:#666666;}
.news .news_right ul li .down .b a{color: #00549d;}
.news .news_right ul li:hover{ cursor:pointer;}
/*合作伙伴*/
.Partners{ height:400px; background-color: #f7f7f7;}
.Partners .home_title{ margin-top:60px;}

 

.home_partner_list{width:1200px; height:auto; overflow:hidden;margin:40px auto; position:relative;}

.home_partner_list .hd{ width:100%;height:80px;  overflow:hidden;  position:absolute; top:55px; }

.home_partner_list .hd .prev,.home_partner_list .hd .next{ display:block;  width:17px; height:35px;     overflow:hidden; cursor:pointer; position:absolute; z-index:9999999999 }
.home_partner_list .hd .prev{ background:url( ../images/hot_left.png) no-repeat;left:0px;}
.home_partner_list .hd .next{ background:url(../images/hot_right.png) no-repeat; right:0px; }
.home_partner_list .hd .prev:hover,.home_partner_list .hd .next:hover{ background-position:bottom;}


.home_partner_list .bd{ width:1150px; height:auto;overflow:hidden; margin-left:40px; padding:10px; }
.home_partner_list .bd ul{  zoom:1;  float:left; _display:inline;  }

.home_partner_list  .bd ul li{width:226px; height:116px;padding:10px 0px;  text-align:center; line-height:100px; float:left;position:relative;z-index:1; cursor:pointer}

.home_partner_list  .bd ul li .cont1{width:204px; height:116px; line-height:98px; overflow:hidden;position:absolute;top:0px;left:0px;z-index:2;}  
.home_partner_list  .bd ul li .cont1 img,.home_partner_list  .bd ul li .cont2 img{ vertical-align:middle; width:204px; height:116px }
.home_partner_list  .bd ul li .cont2{width:204px; height:116px;  color:#FFF;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;position:absolute;top:0px;left:0px;z-index:1;transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);}  
.home_partner_list  .bd ul li:hover .cont1{transform:rotateY(180deg);z-index:1;alpha(opacity=0);-moz-opacity:0;opacity:0;-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg);}
.home_partner_list  .bd ul li:hover .cont2{transform:rotateY(360deg);z-index:2;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);}  
.home_partner_list  .bd ul li:hover .cont2{z-index:2;}  
.home_partner_list  .bd ul li .cont1{transition:all .5s linear 10ms;} 
.home_partner_list  .bd ul li .cont2{transition:all .5s linear 10ms;} 
 


/*友情链接*/
.links{ height:60px; padding-top: 25px; padding-bottom: 25px; }
.links .left{ width:100px;}
.links .left .a{ width:78px; height: 18px; background-color: #00549d; border-radius: 3px; color: rgba(255,255,255,1.00); display: block; line-height: 18px; text-align: center;}
.links .left .b{width:100%; font-size:16px; color:#00549d; display: block; font-weight: 600;}
.links .right{ width:1100px; color:#666666;}
.links .right a{color:#666666;width:auto;line-height: 30px; }
.links .right a:hover{color:#00549d;}
.links .right span{ margin:0px 13px;}
/*底部*/
.footer{background-color:#1a1e29; height: 300px;}
.footer .one{ width:270px; margin-top: 60px;}
.footer .one img{ display:block;}
.footer .one span{ display:block;font-size:30px; color: #f39700; background: url(../images/footer_ico.png)no-repeat 0px center; padding-left: 30px; margin-top: 20px; margin-bottom: 10px;}
.footer .one p{ color:#aeaeae; line-height: 28px;}
.footer .two{ width:390px; margin-left: 160px; margin-top: 60px;}
.footer .two .title{font-size: 16px; color: #efefef;}
.footer .two ul{ height:135px; width: 390px; margin-top: 20px;}
.footer .two ul li{ height:44px; width: 100px; margin-right: 30px; border-bottom: 1px solid #2b303c; transition: .3s; float:left;}
.footer .two ul li a{ display:block; width: 100%; height: 100%; color: #afafaf; line-height: 44px;}
.footer .two ul li:hover{border-bottom: 1px solid #FFFFFF;}
.footer .two ul li:hover a{ color:#FFFFFF;}
.footer .three{ width:270px; margin-left:110px; margin-top: 60px;}
.footer .three .title{font-size: 16px; color: #efefef;}
.footer .three .a,.footer .three .b{ height:auto; width: 102px; float: left;margin-right: 28px; margin-top: 30px; text-align: center; line-height: 40px; color: #afafaf;}

.footer_down{ height:70px; background-color: #11141b; line-height: 70px; text-align: center; color: #50545c;}
.footer_down a{color: #50545c; transition: .3s;}
.footer_down a:hover{ color:#afafaf;}
.footer_down .r{ margin-left:15px;}
/*新闻列表*/
.news_banner{ background:url(../images/news_banner.jpg); height: 230px; width: 100%;}
.list_news{ height:auto; margin:0 auto; margin-top: 50px; overflow:hidden}
.list_news .left{ width:290px; float: left; margin-right: 30px; height: auto;}
.list_news .right{ width:880px;height:auto; float: right; display:inline; overflow:hidden}
.news_ul{ height:auto; overflow: hidden; width: 880px; overflow:hidden}
.news_ul li{ height:149px; border-bottom: 1px dashed #e3e3eb; transition: .3s;}
.news_ul li a{ heigt:149px;  width: 880px; display:block;}
.news_ul li a .font{ width:870px; height: 86px; padding: 32px 0px; transition: .3s;}
.news_ul li a .font .time{ width:86px; height: 86px; background-color: #f0f4f8; float: left; margin-right: 24px; text-align: center; color: #666666; transition: .3s; border-radius: 3px;}
.news_ul li a .font .time .a{ font-size:22px; line-height: 30px; display: block; margin-top: 14px;}
.news_ul li a .font .time .b{ font-size:16px; line-height: 16px; display: block; margin-top: 10px;}
.news_ul li a .font .con{height:86px; width: 760px; overflow: hidden;}
.news_ul li a .font .con .title{font-size:18px; color:#333333; line-height: 18px;}
.news_ul li a .font .con .f{ color:#999999; height:56px; line-height:28px; margin-top: 10px; }
.news_ul li a:hover .font .con .title{ color:#004785;}
.news_ul li a:hover .font .time{ color:#FFFFFF; background-color:#004785; }
.news_ul li a:hover .font { margin-left:5px;}
/*新闻详情*/
.art_news{ height:auto; margin-top: 50px; margin-bottom:30px;}
.art_news .left{ width:290px; float: left; margin-right: 30px; height:auto;}
.art_news .right{ height:auto;width:920px; float: right;}
.art_news .right .content{ height:auto; width:auto;border-bottom: 1px dashed #e3e3eb; padding-bottom: 30px;}
.art_news .right .content h1{ text-align:center; line-height:50px; margin-top:20px;}
.art_news .right .content .b{ text-align:center; color:#999999; line-height: 28px; height:32px; border-bottom:1px dashed #ececec; margin-bottom:20px}
.art_news .right .content .c{ height:auto;color:#333333; line-height: 200%;}
.page{font-size:14px; margin: 70px auto; color:#c1c1c1; width: 790px; text-align:center;}
.page a,.page .nolink{ padding:8px 14px;text-decoration:none;transition: background-color .3s; border:1px solid #ddd;	margin:0px;}
.page-num-current{ background:#043e71; color:#fff;}
.page .nolink{ color:#999999;}
.page .s{padding:8px 14px;}
.page .cur {padding:8px 14px;background-color:#00549d;   color:#FFF;   border:1px solid #00549d;}
.page a:hover {background-color: #00549d; color:#FFF;border:1px solid #00549d;}
.art_page{ height:100px; line-height: 100px;}
.art_page{color:#333333;}
.art_page a,.art_page span{color:#666666;}
.art_page a:hover{color:#00549d;}
.art_news .right .recom{ height:240px; margin: 30px auto 60px; width:100%; }
.art_news .right .recom .title{ height:44px;border-bottom: 1px dashed #e3e3eb; color:#333333; font-weight: 600; font-size: 18px; line-height: 44px; }
.art_news .right .recom .title span{ color:#f39700;}
.art_news .right .recom ul{ height:180px; margin-top: 15px;}
.art_news .right .recom ul li{ width:870px; line-height: 44px; border-bottom: 1px dashed #e3e3eb;  transition: .3s;}
.art_news .right .recom ul li a{ display: block; width:860px; height: 44px;}
.art_news .right .recom ul li .fl{ color:3333333; max-width: 780px;background: url(../images/news_ico.png) no-repeat 0px center; padding-left: 10px; transition: .3s;}
.art_news .right .recom ul li .fr{ color:#adadad;}
.art_news .right .recom ul li:hover .fl{color:#00549d;margin-left: 5px; }
/*product*/

.product_banner{height: 230px; width: 100%;overflow: hidden; background:url(../images/nybanner.jpg);  background-size: 100% 230px; } 

.product{overflow: hidden; margin-top: 50px; padding-bottom: 50px;}


.product_l{ width: 290px; float: left; overflow: hidden; }
.product_l .productl_top{height: 125px; font-size: 35px; text-align:center; line-height: 125px; color: #fff; background: url(../images/pt1.jpg); background-size: 288px 125px;}
.product_l .productl_top.xw{background: url(../images/pt5.jpg);}
.left_menu{width:288px; height: auto; border: 1px solid #004785; overflow: hidden;
           -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}

.left_menu ul li{width: 288px;}

.left_menu ul li h3{ display: block; width: 288px; height: 59px; font-size: 16px; float: left; overflow: hidden; line-height: 59px; text-indent: 10px;
                     color: #666; border-bottom-style:solid; border-bottom-color:#dedede; border-width: 1px;}
.left_menu ul li h3 a{ float:left; width: 253px; height: 59px; }

.left_menu ul li a:link,.left_menu ul li a:visited{ color:#666;}
.left_menu ul li a:hover,.left_menu ul li a:active{ color:#358ad4;}


.left_menu ul li .ico{ width: 20px; height: 20px; float:right;background: url(../images/pt2.jpg) no-repeat 0 0;
                                           background-size: 20px 20px;cursor:pointer; margin:19px 10px 22px 0px}/*折叠状态*/
.left_menu ul li .ico{display: block;transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;}
.left_menu ul li .ico.on{transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);}

/**二级菜单*/
.left_menu ul li ul{ display: none;height: auto;overflow: hidden;width: 288px}
.left_menu ul li ul:after{content: "";display: block;clear: both;height: 0;visibility: hidden;}
.left_menu ul li ul li {width: 144px; height: 59px; float: left; border-bottom-style:solid; border-bottom-color:#dedede; border-width: 1px;
	                    line-height: 60px; color: #666; background: url(../images/pt3.png) no-repeat 20px center; background-size: 6px 8px;
	                    text-indent: 30px;}



.productl_content{ width:288px; height: 25px; line-height: 25px; border-left-style:solid; border-color:#f39700; 
	                border-width: 2px; font-size: 20px; font-weight: bold; text-indent: 5px; margin-top: 40px;}

.productl_list{ width: 290px; height: auto; overflow: hidden; margin: 20px 0;}
.productl_list ul li{ font-size: 14px; padding: 5px; border: 1px solid #dedede; overflow: hidden; float: left; border-radius: 3px; margin:0 8px 8px 0;}
.productl_list ul li:hover{border-color:#004785; }
.productl_list ul li a{ color: #666;}
.productl_list ul li:hover a{ color: #004785;}

.productl_map{ width: 290px; overflow: hidden;}

.product_r{width:930px; float: right; overflow:hidden;}
.productr_top{width: auto; height:32px; border-bottom-style:solid; border-bottom-color:#dedede; border-width: 1px;}
.productr_top .productr_l{  float: left; height: 25px; line-height: 25px; font-weight: bold; font-size: 20px; background: url(../images/pt.jpg) no-repeat left center; text-indent: 20px;}
.productr_top .productr_r{ float: right; height: 25px; line-height: 25px; color: #666;}
.productr_top .productr_r a{ color: #666;}
.productr_top .productr_r a:hover{ color:#F60}
.productr_top .productr_r span{ color: #999;}

.productr_list{width:auto; overflow: hidden;}
.productr_list ul{width:920px; overflow: hidden;}
.productr_list ul li{width:290px; float: left; margin: 30px 21px 10px 0; overflow: hidden; border: 1px solid #eeeeee;}
.productr_list ul li:nth-child(3){ margin-right:0;}
.productr_list ul li:nth-child(6){ margin-right:0;}
.productr_list ul li:nth-child(9){ margin-right:0;}
.productr_list ul li a{display:inline-block; width:290px; color: #666;}

.productr_list ul li .imgs{position:relative;display:block; width:290px;height:184px; overflow:hidden;}

.productr_list ul li .imgs img{width:100%; height:100%;object-fit: cover;-o-object-fit: cover; transition:all .6s ease 0s;}
.productr_list ul li:hover .imgs img{transform:scale(1.2);}

.productr_list ul li .imgs .cover{position:absolute;top:0;width:290px;height:184px;
                                  background:rgba(0,0,0,.20) url(../images/hot_ico.png) no-repeat center center ;
						          filter:alpha(opacity=0);
                                  opacity:0;transition:all .3s ease 0s; overflow:hidden; }

.productr_list ul li:hover .cover{filter:alpha(opacity=100);opacity:1;}
.productr_list ul li a span{display: block; text-align:center; font-size: 16px; width:290px; height: 30px; line-height: 30px; margin: 12px 0;}
.productr_list ul li:hover span{color: #2470b2;}
.productr_list ul li:hover{-moz-box-shadow:1px -1px 20px #d0d0d0; -webkit-box-shadow:1px -1px 20px #d0d0d0; box-shadow:1px -1px 20px #d0d0d0;}

/*product-content*/
.p_lists{width: 870px; overflow: hidden; margin: 20px 0;}
.p_lists .plistsl{ width: 432px; height: 290px; float: left;}
.p_lists .plistsr{ width: 410px; height: 290px; float: right;}
.p_lists .plistsr .plistsr_t{ width: 410px; height: 60px; font-size: 20px; border-bottom-style:dashed; border-bottom-color:#dedede; border-width: 1px;}
.p_lists .plistsr .plistsr_c{ width: 410px; height: 130px; overflow: hidden; font-size: 15px; color: #7a7a7a; padding: 20px 0; }
.p_lists .plistsr .plistsr_b{ width: 122px; height: 60px; background: url(../images/pt20.png) no-repeat; text-align: center; line-height: 55px; font-size: 16px;}
.p_lists .plistsr .plistsr_b a{ color: #fff; display: block; width: 122px; height: 60px;}

.p_details{ width: 870px; height: 20px;text-indent: 5px;  line-height: 20px; margin-bottom: 10px;
	       border-left-style:solid; border-left-color:#f39700; border-width: 2px;  font-size: 16px; font-weight: bold; }
.p_details h3{ display: block; width: 870px; height: 35px;
               border-bottom-style:dashed; border-bottom-color:#dedede; border-width: 1px;}

.p_wenben{ width: 870px; overflow: hidden; padding: 30px 0; line-height: 30px;  
	     border-bottom-style:dashed; border-bottom-color:#dedede; border-width: 1px; font-size: 15px; color: #747474;}

.p_a{ width: 870px; overflow: hidden; margin: 20px 0 30px 0;}
.p_a .p_al{float: left; background: url(../images/pt33.png) no-repeat left center; background-size: 7px 10px; text-indent: 10px;}
.p_a .p_al a{ color: #666;}
.p_a .p_al a:hover{color: #004785;}
.p_a .p_ar{float:right;background: url(../images/pt33.png) no-repeat left center; background-size: 7px 10px; text-indent: 10px;}
.p_a .p_ar span{ color: #999;}

.productr_bott{width:870px; overflow: hidden;}
.productr_bott ul{width:920px; overflow: hidden;}
.productr_bott ul li{width:272px; float: left; margin: 30px 22px 10px 0; overflow: hidden; border: 1px solid #eeeeee;}

.productr_bott ul li a{display:inline-block; width:272px; color: #666;}

.productr_bott ul li .imgs{position:relative;display:block; width:274px;height:184px; overflow:hidden;}

.productr_bott ul li a span{display: block; text-align:center; font-size: 16px; width:274px; height: 30px; line-height: 30px; margin: 12px 0;}
.productr_bott ul li:hover span{color: #2470b2;}
.productr_bott ul li:hover{-moz-box-shadow:1px -1px 20px #d0d0d0; -webkit-box-shadow:1px -1px 20px #d0d0d0; box-shadow:1px -1px 20px #d0d0d0;}

.hot .right .top .b input.yys_hei {
    color: #000;
}



/*******************底部******************/
footer{height:400px;width:100%;background: #043e71;overflow: hidden;border-top:6px solid #0878c1}
.footer-box{width: 1200px;margin:0 auto;overflow: hidden;}
.footer-ewm{float: left;height:400px;background: #052f54;width:220px;text-align: center;}
.footer-ewm span,.footer-ewm img{display: block;}
.footer-ewm span{font-size: 20px;color:#ffffff;line-height: 22px;margin-top:66px;}
.footer-ewm img{margin:20px auto;}
.footer-ewm p{font-size: 12px;color:#ccc;line-height: 22px;}
.footer-nav{float: right;overflow: hidden;width:950px;}
.footer-nav-keywords{overflow: hidden; margin-bottom:20px;}
.footer-nav-keywords a{display:block;float:left;margin-left:26px;font-size: 14px;color:#fff;line-height:28px;width:160px;}
.footer-nav-gjc{font-size: 14px;color:#ffffff;margin:20px 0 20px 25px;}
.footer-nav-gjc span{color:#fff;}
.footer-nav-list{border-top:1px solid #fff;border-bottom:1px solid #fff;overflow: hidden;padding:12px 0;margin:30px 0 20px 25px;}
.footer-nav-list a{margin-left:45px;display: block;float: left;color:#fff;font-size:16px;}
.footer-nav-list a:first-child{margin-left:0;}
.footer-nav a:hover{color:#ffffff;}
.footer-bottom{overflow: hidden;}
.footer-bottom p{display:block;margin-left:26px;font-size: 12px;color:#ccc;line-height: 28px;}
.footer-share{display: block;clear: both;margin-left:26px;padding-top:3px;overflow: hidden;}
.footer-share span{font-size: 12px;color:#ccc;line-height: 24px;float: left;}
.jiathis_style{float: left;margin-left:3px;}


.alist-styleone{overflow: hidden;background: #ffffff;}
.alist-styleone ul,.alist-styleone li{overflow: hidden;}
.alist-styleone li{background:url(../images/news_listback.png) repeat-x bottom center;padding:30px 0;}
.alist-styleone-title{display:block;font-size: 18px;overflow:hidden;color:#333333;line-height: 24px;}
.alist-styleone-text{font-size: 14px;color:#666666;line-height: 26px;margin-top: 6px;}
.alist-styleone-title:hover{text-decoration: underline;color:#0879c3}
.alist-styleone-img{float: left;width:194px;height:135px;overflow: hidden;}
.alist-styleone-img img{height:135px !important;width:auto !important;display: block;margin:0 auto;}
.alist-styleone-box{float: right;overflow: hidden;width:720px;}
.alist-styleone span{display: block;font-size: 12px;color:#999999;margin-top:10px;}
.alist-styleone-title2{color:#0879c3;font-size: 18px;line-height: 24px;}
.alist-styleone-title2:hover{text-decoration: underline;}

.alist-styleone-title p{float: left;}
.alist-styleone-title span{float: right;font-size: 12px;color:#999999;margin-top:0;}
.all-mores{float:right;overflow: hidden;width:63px;height:24px;background: #1c9ddf;font-size: 12px;text-align: center;line-height: 24px;color:#ffffff;display: block;margin-top:18px;border-radius: 50px;}
.alist-styletwo .all-mores{float: left;}
.alist-stylethree .all-mores{float: left;}




/*******************内页banner*********************/ 
.nybanner{width:100%;}
.nybanner img{ width:100%; height:100%;}


.sideMenu a.onelist-avtive {
     color: #0879c3; font-weight:bold;
}


.art_news .right .recom2 .title{ height:44px;border-bottom: 1px dashed #e3e3eb; color:#333333; font-weight: 600; font-size: 18px; line-height: 44px; }
.art_news .right .recom2 .title span{ color:#f39700;}

.productr_bott2{width:920px; overflow: hidden;}
.productr_bott2 ul{width:920px; overflow: hidden;}
.productr_bott2 ul li{width:285px; float: left; margin: 30px 22px 10px 0; overflow: hidden; border: 1px solid #eeeeee;}
.productr_bott2 ul li:nth-child(3){ margin-right:0px;}
.productr_bott2 ul li:nth-child(6){ margin-right:0px;}
.productr_bott2 ul li a{display:inline-block; width:274px; color: #666;}

.productr_bott2 ul li .imgs{position:relative;display:block; width:274px;height:184px; overflow:hidden;}

.productr_bott2 ul li a span{display: block; text-align:center; font-size: 16px; width:274px; height: 30px; line-height: 30px; margin: 12px 0;}
.productr_bott2 ul li:hover span{color: #2470b2;}
.productr_bott2 ul li:hover{-moz-box-shadow:1px -1px 20px #d0d0d0; -webkit-box-shadow:1px -1px 20px #d0d0d0; box-shadow:1px -1px 20px #d0d0d0;}


/*******************返回顶部*********************/ 
.actGotop{position:fixed;bottom:80px;right:30px;width:41px; height:35px; display:none;z-index: 100000;}
.actGotop a,.actGotop a:link{width:53px;height:53px;display:inline-block; background:url(../images/tops.png) no-repeat; outline:none;}



/*在线*/

.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;LEFt:0.5%}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px; margin-top:10px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}








